Previous 365 Days.

## [1] 49376383
## [1] 430822

US Covid-19 Cases by Day,Week,Month, Quarter and Year

US Covid-19 Cases by Year and Quarter

## # A tibble: 2 x 3
##   Year    Cases Deaths
##   <fct>   <dbl>  <dbl>
## 1 2021   88442.  1006.
## 2 2022  272259.  1708.

US Cases by Month

US Cases by Week and Date

Begin Analysis of US Covid-19 Deaths

COVID-19 Deaths by Year

## Warning: Removed 1 rows containing missing values (position_stack).

US Covid-19 Deaths by Quarter

## Warning: Removed 1 rows containing missing values (position_stack).

US Covid-19 Deaths by Month

US Covid-19 Deaths by Week

US Covid-19 Deaths by Day

Cases and Deaths Per 100,000

## Warning: Removed 1 rows containing non-finite values (stat_smooth).